.block-tip {
    background: #EAFAF9;
    border: 2px solid #5FC1C0;
    border-radius: 12px;
    padding: 24px 32px;
    position: relative;
}

.block-tip,
.entry-content > div.block-tip {
    margin-top: 40px;
}

.block-tip::after {
    background: url(tip.svg) no-repeat;
    background-size: contain;
    content: '';
    display: block;
    width: 49px;
    height: 49px;
    position: absolute;
    right: 22px;
    top: -24px;
}